home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / jump_gam.swf / scripts / DefineButton2_1008 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-04-12  |  93 b   |  8 lines

  1. on(release){
  2.    if(!submitOut)
  3.    {
  4.       gotoAndStop("submit");
  5.       play();
  6.    }
  7. }
  8.